tests/pull-repeated: Bump up retries to match max fails
authorColin Walters <walters@verbum.org>
Tue, 24 Mar 2020 12:24:46 +0000 (12:24 +0000)
committerColin Walters <walters@verbum.org>
Tue, 24 Mar 2020 12:24:46 +0000 (12:24 +0000)
commitea16f7603d4eb2794d21bdd4ca8ccac4098682c5
tree9344586fb34c9a8dc77cf9ee81fc5e50450fca73
parent41d3dfa7b8591c9b388e160b6248aa2ce1d71bbf
tests/pull-repeated: Bump up retries to match max fails

This test keeps occasionally failing in CI - as expected, because
we retry 8 times for an object but it's completely possible for
us to hit the <0.5% chance of 50% failure 8 times in a row.

Since the max errors from the server is 100, set retries to the
same thing.
tests/test-pull-repeated.sh